home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / TPOH002.FIX < prev    next >
Text File  |  1993-03-03  |  1KB  |  36 lines

  1. TPOH002.FIX!!!
  2. Shadow Lord #18 @27455
  3. Tue Feb 23 16:02:17 1993
  4. ┌───────────────────────────────────────────────────────────────────────────┐
  5. │ Mod Name      : TPOH002.MOD  6FIX!!!!0        Mod Author: 3Shadow 1Lord       0│
  6. │ Difficulty    : Must have a Brain!!         Date      : February 19, 1993 │
  7. │ WWIV Version  : 4.22+ maybe..                                             │
  8. │ Files Affected: BBS.C                                                     │
  9. │ Description   : Fixes a little bug in the DOS area                        │
  10. │                                                                           │
  11. └───────────────────────────────────────────────────────────────────────────┘
  12.  
  13. Replace the DOS statement with this...
  14.  
  15.  
  16.   if (strcmp(s,"DOS")==0) {
  17.     if (thisuser.ar & 4) {
  18.      if (checkpw2()) {
  19.       sysoplog(get_stringx(1,6));
  20.       shrink_out(getenv("COMSPEC"),1,1,1,0);
  21.       topscreen();
  22.     }
  23.   }
  24.   else
  25.      if (checkpw()) {
  26.       sysoplog(get_stringx(1,6));
  27.       shrink_out(getenv("COMSPEC"),1,1,1,0);
  28.       topscreen();
  29.     }
  30.   }
  31. and that should do it!!
  32.  
  33.          3Shadow1 Lord
  34.      6Hell5NET    0  1 @1        4WWiVLink 0   1 @27466
  35.      1IceNET       0  1 @7466     2WWiVNET  0  22 @7458
  36.